home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / Utilities / Chiron v2.4 Release ƒ / Chiron v2.4 / Chiron v2.4.rsrc / TEXT_142.txt < prev    next >
Text File  |  1995-08-15  |  2KB  |  57 lines

  1.  
  2.  
  3.  
  4.  
  5. What are they and what do I do with them?
  6.  
  7. The following strings can be used, in conjunction with the built in debugger available on every Macintosh through the programmer's switch (for information on installing this switch, or which button is which, consult your Macintosh user manual).  These can be useful because occasionally, when it seems all is lost, these save the day.  If all of a sudden you're presented with a bomb or crash, hit the interrupt button on the programmer's switch (button, whatever).  Then, unless things are really bad, you will be greeted with a rectangular dialog box and a ">", without the quotes.  Just type in any one of the following strings and you just might be dumped into the finder, allowing you to save changes in other open documents.  Be advised however, that after using one of these your Mac is in a very, very fragile state.  Restart the computer as soon as possible.  One more thing, if you have MacsBug installed you will be greeted with a much more intimidating window, the same strings apply, as well as a few more easy to remember ones.
  8.  
  9. Here they are...
  10.  
  11. SM 0 A9F4         <now hit a return>
  12. G0                       <now hit another return>
  13.  
  14. Those are both zeros: SM 0 and G0, and there is one space between the M, 0, and A.
  15. This will exit to shell (the Finder).
  16.  
  17. -------
  18.  
  19. G 80DFCE           <now hit a return>
  20.  
  21. Space after the G, and the 0 is a zero.
  22. This will exit to shell (the Finder)
  23.  
  24. -------
  25.  
  26. G FINDER             <now hit a return>
  27.  
  28. Yep, you guessed it, exits to the Finder.
  29.  
  30. -------
  31.  
  32. G 40F6D8             <now hit a return>
  33.  
  34. O is a zero, one space after G
  35. Exits to shell (the Finder)
  36.  
  37. -------
  38.  
  39. In MacsBug:
  40.  
  41. ΓÇö "ES"  Exit to Shell
  42. ΓÇö "RS"  Restarts the Computer
  43. ΓÇö "RB"  Reboots the Computer
  44.  
  45. These will not work in the plain vanilla blank window that pops up, only in MacsBug
  46.  
  47. ------
  48.  
  49. If you're unable to exit to shell, this will try to force the computer to do a normal shutdown.  What are the advantages to hitting the reset button?  It allows you to run any shutdown events you may have, virus protection, Norton Utilities FileSaver, etc. and prevent you from having to go through the sometimes long recovery procedure at startup.  Here it is...
  50.  
  51. SM A78 3F3C 0002 A895    <now hit a return>
  52. G A78                                     <now hit a return>
  53.  
  54. The O's are zero's.
  55. This will execute a shutdown.
  56.  
  57.